+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
+Wed Oct 4 15:52:15 2000 <otaylor@redhat.com>
+
+ * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
+ Move list pointer forwards before removing item from
+ list. (Crash reported by Salmaso Raffaele)
+
+ * gdk/gdkwindow.h: Remove spurious trailing ,
+
+ * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
+ dependencies on uninstalled libraries, sorry folks.
+
2000-10-04 Havoc Pennington <hp@redhat.com>
* gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-export-dynamic \
-rpath @prefix@/lib \
- -L../gdk-pixbuf/.libs -lgdk_pixbuf-1.3 \
@PANGO_LIBS@ \
@GLIB_DEPLIBS@ \
@more_ldflags@ \
GDK_GRAVITY_SOUTH_WEST,
GDK_GRAVITY_SOUTH,
GDK_GRAVITY_SOUTH_EAST,
- GDK_GRAVITY_STATIC,
+ GDK_GRAVITY_STATIC
} GdkGravity;
struct _GdkWindowAttr
while (tmp_list)
{
OwnerInfo *info = tmp_list->data;
+ tmp_list = tmp_list->next;
+
if (info->owner == window)
{
owner_list = g_slist_remove (owner_list, info);
g_free (info);
}
- tmp_list = tmp_list->next;
}
}